NetworkRequestConfig
@Serializable
Create an instance of Network Request Config.
Author
Abhishek Kumar
Since
12.7.00
Parameters
networkDataSecurityConfig
instance of NetworkDataSecurityConfig
networkAuthorizationConfig
instance of NetworkAuthorizationConfig
shouldCacheConnection
If false, SDK will not cache the connection in the background state
domainConfig
instance of DomainConfig
Constructors
Link copied to clipboard
Create an instance of Network Request Config.
Create an instance of Network Request Config.
Create an instance of Network Request Config.
constructor(networkDataSecurityConfig: NetworkDataSecurityConfig = NetworkDataSecurityConfig.defaultConfig(), networkAuthorizationConfig: NetworkAuthorizationConfig = NetworkAuthorizationConfig.defaultConfig(), shouldCacheConnection: Boolean = NETWORK_REQUEST_DEFAULT_CONNECTION_CACHE_CONFIG, domainConfig: DomainConfig = DomainConfig.defaultConfig())
Properties
Link copied to clipboard
Configuration Related to Domain.
Link copied to clipboard
Configuration Related to Network Request Authorization.
Link copied to clipboard
Configuration Related to Network Request Data Security.
Link copied to clipboard
If false, SDK will not cache the connection in the background state